|
ObjectiveLib
1.0.0
|
Types for general use. More...
Go to the source code of this file.
Typedefs | |
| typedef int | ol_fd |
| The type used for file descriptors. | |
Enumerations | |
| enum | OLFunctorType { OLFunctorType_Divides, OLFunctorType_EqualTo, OLFunctorType_Greater, OLFunctorType_GreaterEqual, OLFunctorType_Less, OLFunctorType_LessEqual, OLFunctorType_LogicalAnd, OLFunctorType_LogicalNot, OLFunctorType_LogicalOr, OLFunctorType_Minus, OLFunctorType_Modulus, OLFunctorType_Multiplies, OLFunctorType_Negate, OLFunctorType_NotEqualTo, OLFunctorType_Plus } |
| Types of functors that can be created by functorOfType: (OLFunctor). More... | |
Types for general use.
| typedef int ol_fd |
The type used for file descriptors.
| enum OLFunctorType |
Types of functors that can be created by functorOfType: (OLFunctor).
| OLFunctorType_Divides |
refers to OLDivides |
| OLFunctorType_EqualTo |
refers to OLEqualTo |
| OLFunctorType_Greater |
refers to OLGreater |
| OLFunctorType_GreaterEqual |
refers to OLGreaterEqual |
| OLFunctorType_Less |
refers to OLLess |
| OLFunctorType_LessEqual |
refers to OLLessEqual |
| OLFunctorType_LogicalAnd |
refers to OLLogicalAnd |
| OLFunctorType_LogicalNot |
refers to OLLogicalNot |
| OLFunctorType_LogicalOr |
refers to OLLogicalOr |
| OLFunctorType_Minus |
refers to OLMinus |
| OLFunctorType_Modulus |
refers to OLModulus |
| OLFunctorType_Multiplies |
refers to OLMultiplies |
| OLFunctorType_Negate |
refers to OLNegate |
| OLFunctorType_NotEqualTo |
refers to OLNotEqualTo |
| OLFunctorType_Plus |
refers to OLPlus |
|